home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / swingall.jar / javax / swing / tree / PathPlaceHolder.class (.txt) < prev    next >
Encoding:
Java Class File  |  1999-07-15  |  420 b   |  12 lines

  1. package javax.swing.tree;
  2.  
  3. class PathPlaceHolder {
  4.    protected boolean isNew;
  5.    protected TreePath path;
  6.  
  7.    PathPlaceHolder(TreePath var1, boolean var2) {
  8.       this.path = var1;
  9.       this.isNew = var2;
  10.    }
  11. }
  12.